C.K. Haun, Bill Mitchell, Guillermo A. Ortiz, Craig Prouse, Greg Robbins, Steve Falkenburg, Jim Mensch, Kent Sandvik, Rich Collyer.
===============
AE Interaction Sample: Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
AECDEV/AEDEAMON: This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the
answer <grin>.
ColorCDEF: This working sample defproc emulates the features of the standard button control for System 7.
DeleteDirectory: This C routine will delete a subdirectory from a Macintosh volume, including any nested directories. It works in AppleShare as well as normal environments.
Dialogs: This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
Disk Icons: This C routine calls disk drivers to retrieve icon information.
DumpSRec: This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
EnableSoundThrough: This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the same time.
LaunchWithDoc: This is the smallest Launch application we could come up with; it launches an application with the 'odoc' (Open Documents) Apple event.
ledApp: This is a faceless background task for System 7. It counts to 7 on an extended keyboard’s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
PICTDialog: This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
SetIndString: This C function takes the same parameters as GetIndString but does the opposite: it sets a particular STR# string to the string that’s passed in.
SICN LDEF: This LDEF displays small icons to the left of text in a list.
SndForEver: This application demonstrates how to play a 'snd ' resource that has a loop in it.
TranslateRotate: This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
WavePlay: This application makes a white noise wave table and plays a frequency through it; then it plays the same frequency through a square wave.